body {
	padding-top: 50px;
}
/*
.business-header {
	/*
	background-image:url(../img/intro-mobile.jpg); 
	background-position:center center; 
	background-repeat:no-repeat; 
	background-size:cover;
	min-height:400px;
	
	
	background-color:#ECECEC;
	padding:1em 0;
}
*/
.business-header {
	height: 200px;
	background: url(../img/intro-mobile.jpg) center center no-repeat scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.tagline {
    text-shadow: 0px 0px 10px #000;
    color: #fff;
}

.popover ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.divider-inside-bottom {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.divider-inside-bottom:before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 96%;
	bottom: -10px;
	height: 10px;
	left: 2%;
	border-radius: 100px / 5px;
	box-shadow: 0 0 18px rgba(0,0,0,0.6);
}

@media (min-width: 768px) {
	.business-header {
		height: 258px;
		background: url(../img/intro-tablet.jpg) center center no-repeat scroll;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
	}
}

@media (min-width: 992px) {
	.business-header {
		height: 400px;
		background: url(../img/intro.jpg) center center no-repeat scroll;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
	}
}

@media (min-width: 1200px) {
}
