
.top {
	
	height:100px;	
	background-color:#666;
	color:#008AE6;
	position:absolute;
	top:0px;
	left:0px;
	font-size:28px;
}
.top h1{
	margin-left:50px;
	margin-top:15px;
}


/*::-webkit-scrollbar { width: 10px; height: 10px;}
::-webkit-scrollbar-button {  background-color: #666; }
::-webkit-scrollbar-track {  background-color: #999;}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #008AE6; border-radius: 10px;}
::-webkit-scrollbar-corner { background-color: #999;}}
::-webkit-resizer { background-color: #666;}
*/
.sidebar{
	background-color:#fff/*#E9E9E9/*#008080*/;
	text-shadow:none;
	text-decoration:none;
	width:220px;
	height:200px;
	float:left;
	margin-top:2px;
	}
	.sidebar nav ul{
	color:#000;
	list-style:none;
	/*background-color:#963;
	//*margin:0 auto;*/
	text-decoration:none;
	margin-left:0%;
	margin-top:auto;
	
}
.sidebar nav ul li{
	float:left;
	display:inline;
	text-decoration:none;
}

.sidebar nav a:link,.sidebar nav a:visited{
	color:#000;
	font-size:15px;
	display:inline-block;
	padding:10px 40px;
	height:25px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-decoration:none;

	
}
.sidebar nav a:hover,.sidebar nav a:active,
.sidebar nav .active a:link,.sidebar nav .active a:visited{
	background-color:#008AE6/*#008080*/;
	text-shadow:none;
	text-decoration:none;
}

#map-canvas{
	
	height:100%;
	}
.google{
	width:900px;
	height:400px;
	margin-top:20px;
	margin-left:240px;
	margin-bottom:40px;
	padding:8px 5px 20px;
	
}	
/*------header part starts here****/
.mainheader{
	width:100%;
	color: #000;
	/*background-color:#963;*/
	height:40px;
	margin-top:105px;
	
}
.mainheader nav ul{
	color:#000;
	list-style:none;
	/*background-color:#963;
	//*margin:0 auto;*/
	text-decoration:none;
	margin-left:10%;
	margin-top:auto;
	
}
.mainheader nav ul li{
	float:left;
	display:inline;
	text-decoration:none;
}

.mainheader	nav a:link,.mainheader nav a:visited{
	color:#000;
	font-size:20px;
	display:inline-block;
	padding:10px 40px;
	height:25px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-decoration:none;

	
}
.mainheader nav a:hover,.mainheader nav a:active,
.mainheader nav .active a:link,.mainheader nav .active a:visited{
	background-color:#008AE6/*#008080*/;
	text-shadow:none;
	text-decoration:none;
}

.ei-slider{
	position: relative;
	width: 90%;
	/*max-width: 1250px;*/
	height: 400px;
	margin: 0 auto;
}
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background: rgba(0,0,0,0.9);
	color: #fff;
	text-align: center;
	line-height: 400px;
}

.middle{
	width:98%;
	height:110%;
	overflow-y:scroll;
	height:0 auto;
	background-color:#fff;
	position:absolute;
	left:0px;
	/*line-height:35px;*/
	padding:0% 3%;
	/*margin-left:40px;*/
	margin-top:0.8%;
	font-size:18px;
	box-shadow:2px 2px 2px 2px #999;
	/*border-radius:15px;
*/}


.mainfooter{
	width:100%;
	height:18px;
	float:left;
	position:absolute;
	left:0px;
	background-color:#666;
	margin-top:10%;
	padding:15px;
	color:#fff;
	
}
.mainfooter p{
	width=90%;
	margin:0 auto;
	margin-right:15px;
	float:right;
	
}
/**contact**/
.formwrap{
	background-color:#E9E9E9;
	width:550px;
	height:350px;
	margin-top:20px;
	margin-left:540px;
	margin-bottom:30px;
	background:#fDfDfD;
	/*float:right;
	/*border:1px solid #f1f1f1;
	/*box-shadow:2px 2px 2px 2px #999;
	/*-moz-border-radius:20px;*/
	-moz-box-shadow:2px 2px 2px 2px #999;
	/*-webkit-border-radius:20px;
	-webkit-box-shadow:2px 2px 2px 2px #999;*/
	padding:8px 5px 20px;

}
.contact{
	background-color:#E9E9E9;
	width:500px;
	height:350px;
	margin-top:20px;
	margin-left:0px;
	margin-bottom:30px;
	background:#fDfDfD;
	float:left;
	/*border:1px solid #f1f1f1;
	/*box-shadow:2px 2px 2px 2px #999;
	/*-moz-border-radius:20px;
	-moz-box-shadow:2px 2px 2px #999;
	-webkit-border-radius:20px;
	-webkit-box-shadow:2px 2px 2px #999;*/
	padding:8px 5px 20px;

}

.formwrap #form{
	width:620px;
	border-top:1px solid #EEE;
	
}

#form .row{
	border-bottom:1px dotted #EEE;
	display:block;
	line-height:38px;
	overflow:auto;
	padding:12px 0px;
	width=100%;
	
}
#form .row .label{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:180px;
	text-align:right;
	float:left;
	padding-right:10px;
	margin-right:10px;
	color:#008AE6;
	}

#form .row .input{
	float:left;
	margin-right:10px;
	width:auto;
	}
.message{
	width:300px;
	max-width:300px;
	max-height:70px;
	height:70px;
	}
#form #submit{
	margin-left:200px;
	margin-top:2px;
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	text-shadow:1px 1px 1px #999;
	padding:10px;
	}

@media screen and (max-width: 830px) {
	.ei-title{
		position: absolute;
		right: 0px;
		margin-right: 0px;
		width: 100%;
		text-align: center;
		top: auto;
		bottom: 10px;
		background: #fff;
		background: rgba(255,255,255,0.9);
		padding: 5px 0;
	}
	.ei-title h2, .ei-title h3{
		text-align: center;
	}
	.ei-title h2{
		font-size: 20px;
		line-height: 24px;
	}
	.ei-title h3{
		font-size: 30px;
		line-height: 40px;
	}
}
