/*!
 * Start Bootstrap - Business Frontpage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.business-header {
 
    /*background: url('/bootstrap/images/header.png') center center no-repeat scroll;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media screen and (max-width: 768px) {
	.business-header {
		height:1%;
	}
	
	.homepage-video {
		display:none;
	}
	
	.homepage-intro {
		display:none;
	}
	
	.homepage-directory-intro {
		/*display:none;*/
	}
}

.homepage-enhance {
	color:#DC5923;	
}

.homepage-logo {
	max-width:700px;
	width:100%;
}

.homepage-where-error {
	display:none;
	font-size:14px;	
}

.homepage-contact-error {
	display:none;
	font-size:14px;		
}

.homepage-ad-profanity-error {
	display:none;
	font-size:14px;		
}

.homepage-ad-error {
	display:none;
	font-size:14px;		
}

.homepage-what-error {
	display:none;
	font-size:14px;		
	margin-top:20px;
}

.auto-complete-container {
	margin-top:-10px;	
}

.auto-complete {
	position:absolute;
	margin-left:10px;
	margin-right:20px;
	background-color:#5CADCA;
	padding:8px;
	border-bottom-right-radius:8px;
	border-bottom-left-radius:8px;
	z-index:100000;
	display:none;
}

.auto-complete-item {
	border-bottom:1px solid #007EA1;
	font-size:16px;
	padding:8px;
	color:#FFFFFF;
	cursor:pointer;
	margin-top:4px;
}

.auto-complete-item:hover {
	background-color:#FAAE00;
	border-bottom:1px solid #DC5923;
	border-top-right-radius:8px;
	border-top-left-radius:8px;
}

.auto-complete-intro {
	color:#FFFFFF;
	padding:8px;
	border-bottom:1px solid #007EA1;
}

.where-container {
	margin-top:20px	
}

.step1
{	
}

.step2
{
	/*display:none;*/	
}

.step3
{
	display:none;	
}

.tanzio-button {
	width:100%;	
}

/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff;
}

.img-center {
    margin: 0 auto;
}

footer {
    margin: 50px 0;
}

.video {
	border:2px solid #5CADCA;	
}