html, body {
	position: relative;
	height:100%;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color:gray;
	line-height: 23px;
}
h1 {
	margin-top: 10px;
	color:#b02a30;
}
h2 {
	font-size:24px;
	color:#6cbd45;
}
h3 {
	font-size: 30px;
}
@media all and (max-width: 991px) and (min-width: 1px) {
	.logo-nav img{ 
		width:70%;
	}
}
.wrapper {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.padding-top {
	padding-top: 56px;
}
.header-logo, .header-logo:hover {
	text-decoration: none;
	color:#0077C1;
	padding-top: 42px;
	margin-top:42px;
	font-size:36px;
}
.nav>li>a {
	padding: 10px 10px;
}
.navbar-toggle {
	width:100%;
}
.navbar-default { 
	box-shadow: none;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color:#0077C1;
}
.navbar-default .navbar-nav>.active>a {
	background:none;
}
.navbar-default .navbar-nav>.active>a {
	background:none;
	background:none;
	background-repeat: repeat-x; 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.000); 
	box-shadow: inset 0 3px 9px rgba(0,0,0,0.000); 
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover {
	background:none;
	color:#0077C1;
}
.overlay {
	position:absolute;
	z-index: 999;
	width:100%;
}
.navbar {
	margin-top:9%;
	background: none;
	border:none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background:none; 
}
.navbar-collapse {
	border-top:none;
}
.tp-banner-container {
	position:relative;
}

.top-overlay {
	width: 100%;
	height: 100px;
	background: url(../images/headImg.png);
}
.text-section-fluid {
	background:white;
}
.text-section {
	padding-top:48px;
	padding-bottom:30px;
	display: block;
	position: relative;
}

.text-section p {
	line-height: 23px;
}

.page-images{
	padding:20px;
	margin: 5px;
}
.page-images img {
	width:100%;
}
.footeratt {
	width:100%;
	background:url(../images/footerbg.png);
	position: relative;
	bottom: 0;
}
.footer {
	color:white;
	padding-bottom: 40px; 
}
address {
	line-height: 18px;
}
.breadcrumb {
	background: none;
}
.btn-block {
	width:50%;
}
.form-group {
	text-align: left;
}
.gmapbox {
	padding:2.5px;
	border:1px solid white;
	border-radius: 3px;
}
.gmapbox2 {
	padding:2.5px;
	border:1px solid white;
	border-radius: 3px;
	margin-top:35px;
}
#google-maps, #google-maps2 { 
	width: 100%; 
	height: 200px; 
}
#google-maps2 {
	width: 100%; 
	height: 300px; 
}
.goforit-link {
	color: #f1399e;
font-weight: bold;
}