* {
	margin: 0;
	padding: 0;
	font-family: 'Chaparral Pro';
	color: #000;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Chaparral Pro';
	color: #000;
	width: 100%;
}
.container {
	border: solid transparent;
}
.header {
	height: auto;
	width: 100%;
}
.contact_no li{
	list-style-image: url(images/icons/call_ico.png);
	font-size: 20pt;
 	font-weight: bold;
 	font-style: italic;
 	margin: 0;
 	padding: 20px 0;
 	text-align: center;
}
.logo {
	width: 100%;
}
.logo img {
	float: right;
	margin: 0;
}
.nav_bar {
		display: block;
		margin-top: 70px;
	}
.nav_bar_mini {
		display: none;
	}
#banner_wrapper {
	position: relative;
}
#banner_border_top{
	background-image: url(images/banner/banner_border.png);
	background-repeat: repeat-x;
	background-position: top center;
	top: -1px;
	position: absolute;
	width: 100%;
	height: 20px;
	opacity: 0.7;
}
#banner_border_bottom{
	background-image: url(images/banner/banner_border.png);
	background-repeat: repeat-x;
	background-position: bottom center;
	bottom: -1px;
	position: absolute;
	opacity: 0.7;
	width: 100%;
	height: 20px;
}

.body_content h3 {
	color: #00973b;
	text-align: left;
	font-weight: bold;
}
.body_content {
	float: left;
	margin: 15px 0;
}
.body_content p{
	line-height: 30px;
}
.dotts {
	width: 100%;
	float: left;
	color: #777;
	letter-spacing: 5px; /* Use letter-spacing to increase space between dots*/
	overflow: hidden;
}
.thumbs {
	width: 100%;
	float: left;
	background-image: url(images/thumbs/bg.gif);
}
.thumbs h4 {
	color: #00973b;
	font-weight: bold;
	font-style: italic;
	line-height: 40px;
}
.thumb_image{
	position: relative;
}
.thumb1 img{
	max-width: 100%;
}
.thumb2 img{
	max-width: 100%;
}
.bullet_points {
	margin: 30px 0 0 0;
	font-size: 16px;
}
.bullet_points li{
	margin: 20px 0 0 50px;
	list-style-image: url('images/thumbs/bullet.png');
}
.read_more {
	margin: 0;
	padding: 0;
	list-style-image: url('images/thumbs/readmore.png');
	text-align: right;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 20px;
}
.read_more a{
	color: #000000;
}
.about_content {
	float: left;
	margin: 15px 0;
}
.about_content h3 {
	color: #00973b;
	text-align: left;
	font-weight: bold;
}
.about_content h5 {
	margin-top: 50px;
	color: #000;
	font-weight: bold;
	text-align: right;
}
h5:after {
	content: " >>";
	color: #00973b;
	font-weight: bold;
}
.about_content p{
	line-height: 30px;
}
.gallery_container {
	float: left;
	margin: 15px 0;
}
#links img {
	margin-top: 20px;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 5px solid #e4daa7;
}
#links img:hover {
	-webkit-box-shadow: 1px 1px 10px 0px rgba(193,170,55,1);
	-moz-box-shadow: 1px 1px 10px 0px rgba(193,170,55,1);
	box-shadow: 1px 1px 10px 0px rgba(193,170,55,1);
}
button {
	font-family: 'Chaparral Pro';
}
.gallery_container h3 {
	color: #00973b;
	text-align: left;
	font-weight: bold;
}
.facilities_content h3 {
	color: #00973b;
	text-align: left;
	font-weight: bold;
}
.facilities_content {
	float: left;
	margin: 15px 0;
}
.facilities_image {
	margin-top: 15px;
}
.footer_bg {
	float: left;
	background-image: url(images/banner/banner_border.png);
	background-repeat: repeat-x repeat-y;
	opacity: 0.7;
	width: 100%;
	height: 100%;
}
.footer ul {
	text-align: center;
}
.footer li {
	display: inline-block;
	padding: 10px 15px;
	font-size: 16px;
}
.footer li a{
	color: #000;
}
.footer li a:hover {
	color: #00943b;
	text-decoration: none;
}
.copyright {
	text-align: left;
	font-size: 16px;
	margin-bottom: 10px;
}
.developer {
	text-align: right;
	font-size: 16px;
	margin-bottom: 10px;
}
.developer a {
	text-decoration: none;
	color: #000000;
}
.mob_no li{
	list-style-image: url(images/icons/mob.png);
	font-size: 17px;
 	font-weight: bold;
 	margin: 0;
 	padding: 20px 0;
 	text-align: left;
}


/*++++++++++++++++++++++++++++++++++++ Media Queries ++++++++++++++++++++++++++++++++*/

@media (max-width: 767px) {
	.nav_bar {
		display: none;
	}
	.nav_bar_mini {
		display: block;
		padding-bottom: 50px;
	}
	.logo {
		position: relative;
	}
	.logo img {
		float: none;
		max-width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.contact_no li{
	 	padding: 70px 0 30px 0;
	}
	.about_content h5 {
		text-align: center;
}
	.copyright {
		text-align: center;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.developer {
		text-align: center;
		font-size: 16px;
		margin-bottom: 10px;
}
	.location_img {
		padding-top: 20px;
}
}