/*---------- Start Contact Us Page Style ....................*/
.contact-us-container{
	font-family:Verdana, Geneva, sans-serif;
	width:80%;
	min-height:600px;
	overflow:auto;
	padding:0px;
	border:1px solid #666;
	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
	border-radius:5px;
/*	background-color:#0FF;
*/}
.contact-us-container .container-row{
	width:100%;
	height:400px;
}
.contact-us-container ul{
	list-style:none;
}
.contact-us-container .img-map{
	width:60%;
	height:300px;
	border:5px solid #CCC;
	margin:10px 20%;
	border-radius:50%;
}

.contact-us-address{
	width:40%;
	height:auto;
	margin:10px 15px;
	float:left;
	line-height:30px;
	font-size:14px;
	color:#666666;
/*	background-color:#FFC;
*/}
.contact-us-address h3{
	line-height:25px;
	font-size:16px;
	font-weight:bold;
	color:#039;
	text-decoration:none;
	padding:0px;
	margin:0px;
}
.contact-us-enquiry{
	width:50%;
	height:auto;
/*	background-color:#CCC;
*/
	float:left;
}
.contact-us-enquiry h3{
	font-size:16px;
	color:#aa2299;
}
.contact-us-enquiry-field{
	width:80%;
	height:40px;
	padding:3px;
	border:1px solid #992266;
	border-radius:5px;
	margin:5px;
}
.contact-us-enquiry-text-field{
	width:80%;
	height:100px;
	padding:3px;
	border:1px solid #992266;
	border-radius:5px;
	margin:5px;
}

@media only screen and (max-width: 700px) {
.contact-us-container{
	height:auto;
	border:none;
}
.contact-us-container .container-row{
	width:100%;
	height:700px;
}

.contact-us-address{
	width:90%;
	float:none;
}
.contact-us-enquiry{
	float:none;
	width:90%;
}
.contact-us-enquiry-field{
	width:100%;
	height:40px;
	padding:3px;
	border:1px solid #992266;
	border-radius:5px;
	margin:5px;
}
.contact-us-enquiry-text-field{
	width:100%;
	height:100px;
	padding:3px;
	border:1px solid #992266;
	border-radius:5px;
	margin:5px;
}
.contact-us-container .img-map{
	width:90%;
	height:200px;
	margin:10px 4%;
}


}


/*---------- End Contact Us Page Style ....................*/
