body {
	padding-top: 46px;
	padding-bottom: 40px;
}
.hero-container {
	background: url('/img/bg.jpg') no-repeat top center;
	padding: 20px;
}
.hero-unit {
	margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.hero-container {
		background: url('/img/bg-979.jpg') no-repeat top center;
		margin-top: -20px;
	}
}
@media (max-width: 767px) {
	body {
		padding: 0;
	}
	.container {
		margin-left: 20px;
		margin-right: 20px;
	}
	.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
		margin-left: 0;
		margin-right: 0;
	}
	.hero-container {
		background: url('/img/bg-767.jpg') no-repeat 50% 50%;
		margin-top: -20px;
	}
	.hero-unit h1 {
		font-size: 30px;
	}
	.hero-unit {
		font-size: 16px;
		min-height:225px;
	}
}
@media (max-width: 480px) {
	.hero-unit {
		padding: 40px;
	}
}
.hero-unit {
	background-color:#fff;
	background-color:rgba(255,255,255,0.8);
}
.navbar-form-submit {
	display: inline-block;
	font-size: 0;
	margin-bottom: 10px;
	margin-top: 5px;
	vertical-align: middle;
	white-space: nowrap;
}
.navbar-form-submit .btn {
	margin-top: 0;
}
#inputEmail {
	width: 180px;
}
#responseMessageInner {
	text-align: center;
	position: absolute;
	margin-top: -14px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color:#fff;
	background-color:rgba(250,250,250,0.8);
	z-index: 100;
	padding-top: 30px;
	padding-bottom: 20px;
}
.logo-icon {
	margin: 0 20px 10px 0;
}