.setting {
	margin: auto 0;
}
.pad0{
	padding: 0;
}
.top10{
	margin-top: 10px;
}
.top3{
	margin-top: 3px;
}
.top20{
	margin-top: 20px;
}
.top30{
	margin-top: 30px;
}
.text-center{
	text-align: -webkit-center;
	text-align: -moz-center
}
.bot10{
	margin-bottom: 10px;
}

.rowshadow{
	background-color: #FFF;
	box-shadow: 2px 2px 2px 2px #C1BFBF;
	
}
.menubg{
	border-color: transparent;
	background-color: transparent;
}
.menulist{
	padding: 3% 0 0 0;
}
.menubg .menulist li a{
	color: #2a2a2a;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;
	font-size: 15px;
}
.menubg .menulist li a:hover{
	color: #2a2a2a;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;
}
.slidertext h2 {
	color: #FFF;
	font-family: 'PT Sans', sans-serif;
	font-size: 40px;
	padding-bottom: 40%;
}
.padTopBot5{
	padding:5px 0%;
	background-color:#2a2a2a; 
}
.footer h5 {
	color: #7a7a7a;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;
}
.footer p {
	color: #577326;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;
}
.fplist{
	list-style-type:disc;
}

.fplist li a{
	color:#577326;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;
}
.dot{
	font-size: 8px;
	vertical-align: middle;
	padding-right: 5px;
}
.RightLine {
	border-right: 1px solid #2a2a2a;
}
.RightLine:last-child {
	border:none;
}
.img100{
	width: 100%;
}

.about p{
	color: #2a2a2a;
	font-family: 'PT Sans', sans-serif;
	text-align: justify;
}
.bot20{
	margin-bottom: 20px;
}
.tab h4{
	color: #7a7a7a;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;
	border-bottom: 2px solid #C1BFBF;
}

.nav-tabs{
	border:none;
}
.nav-tabs>li{
	float: none;
}
.nav-tabs>li>a{
	color: #2a2a2a;
	font-family: 'PT Sans', sans-serif;
	border-color: #577326;
	border-radius:0;
	font-weight: bold;
}
.nav-tabs>li>a:hover{
	color: #2a2a2a;
	font-family: 'PT Sans', sans-serif;
	border-color: #577326;
	font-weight: bold;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	background-color: #577326;
	color: #FFF;
	border-color: #577326;
	font-weight: normal;
}

.tabp p{
	color: #2a2a2a;
	font-family: 'PT Sans', sans-serif;
	text-align: justify;
	text-align: center;
	font-weight: bold;
}
.tabimg{
	border: 2px solid #577326;
}
.padLeft0{
	padding-left:0; 
}
.modalbtn{
	border-radius: 0;
	color: #FFF;
	background-color: #577326;
	font-family: 'PT Sans', sans-serif;
	border-color:#577326; 
}
.modalbtn:hover,.modalbtn:active,.modalbtn:visited,.modalbtn:focus{
	border-radius: 0;
	color: #FFF;
	background-color: #577326;
	font-family: 'PT Sans', sans-serif;
	outline: none;
	border-color:#577326;
}
.gallery img {
	-webkit-filter: brightness(1.2);
}
.gallery img:hover {
	-webkit-filter: none;
}
.img-thumbnail{
	border-radius: 0;
}
.contactinfo{
	color: #577326;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;
	
}
.contactbr{
	border-right: 3px solid #2a2a2a;
}
.contactbr:last-child {
	border:none;
}
.contactbr h5 {
	color: #898989;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;
}
.contactbr p {
	color: #2a2a2a;
	font-weight: bold;
	font-family: 'PT Sans', sans-serif;
	text-align: -webkit-center;
}
.form-control{
	border-radius: 0;
}
.padRight0{
	padding-right: 0;
}
.maps{
	width: 100%;
	border:0;
	height: 500px;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
	margin: auto 0;
}
@media screen and (max-width:768px) {
	.maps{
		height: 300px;
	}
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
		margin: 0;
	}
}

@media screen and (max-width:640px) {
	.padMedia{
		padding:0;
	}
	.navbar-brand{
		float: none;
	}
}