/* Add here all your CSS customizations */
#header .logo-text {
	font-weight: 600;
	font-size: 32px;
	/* text-transform: uppercase; */
	position: relative;
	top: 40%;
	display: inline-block;
	transition: all 0.3s ease 0s;
	height: 100%;
	
	color:#4a36bb; /*  */
}

.sticky-header-active #header .logo-text {
	top: 66px;
	font-size: 24px;
}

.sticky-header-active #header .header-logo img {
	width: 32px !important;
	height: 32px !important;
	top: 46px !important;
}

#header .header-logo {
	width: auto !important;	
}

#header .header-logo img {
	float: left;
	
	border-radius: 4px;
	background: #fff;
	border:1px solid #ddd;
	padding: 6px;
}

#footer { margin-bottom:60px }

.navbar-fixed-bottom .btn { font-size:28px; color:#7da52e; min-width:70px}

@media(max-width:767px) {
	#header .header-logo img {
		width: 64px !important;
		height: 64px !important;
	}
	
	#header .logo-text {
		font-size: 18px;
	}

} 

@media(min-width:768px) {
	#header .header-logo img {
		width: 48px !important;
		height: 48px !important;
	}
	
	#header .logo-text {
		font-size: 28px;
	}
}
	
@media(min-width:992px) {
	#header .header-logo img {
		width: 72px !important;
		height: 72px !important;
	}
	
	#header .logo-text {
		font-size: 32px;
	}
	
	#footer { margin-bottom:0 }
}

 
/* Page-Top */
.cover-section {
	background-color: #6e9128;
	border-bottom: 5px solid #CCC;
	border-top: 5px solid #07d04d;
	margin-bottom: 35px;
	min-height: 250px;
	padding: 0;
	padding: 20px 0;
	position: relative;
	text-align: left;
}

.cover-section .row {
	position: relative;
	background-color: #6e9128;
}

.cover-section p.lead {
	color: #E8E8E8;
}

.cover-section img {
	bottom: -47px;
	position: relative;
}

.cover-section h1 {
	color: #FFF;
	margin-bottom: 10px;
	margin-top: 30px;
	border: 0;
}

/* Driving Directions */
.adp-directions { width:100%; }
.adp-placemark  { display:none; margin: 0; }
.adp-summary { font-size:1.2em; padding-top:10px }
.adp-step, .adp-stepicon, .adp-substep { border-top: none; vertical-align: middle; padding: 0.8em 0; background:#ececec; color:#3e3e3e; }
.adp-distance {font-weight:bold;}
.adp-directions tr { border:1px solid #b3b3b3; }

/* Ads */
#ad_unit_1 { margin:0 auto 10px auto; }