/* Header */
.site-topbar {
	background: #2465af;
	color: #ffffff;
	font-size: 14px;
	padding: 9px 0;
}

#header .navbar-light {
	padding-top: 10px;
	padding-bottom: 3px;
}

#header .navbar-brand {
	margin-right: 0;
	max-width: 50%;
}

#header .navbar-brand > img {
	max-width: 100%;
}

#header .navbar-light > .container {
	padding-left: 0;
	padding-right: 0;
}

/* Homepage */
.home-domain-search {
	background: url(/templates/hweb_theme/images/hero-bg-image.jpg);
	background-size: cover;
	color: #ffffff;
}

.home-domain-search .btn-link {
	color: #333333;
	background-color: #ffffff;
	border: 0;
	margin-top: 6px;
}

.home-domain-search .btn-link:hover {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
	border: 0;
}

.home-title {
	font-size: 37px;
	font-weight: 700;
}

.home-title + p {
	font-size: 17px;
	padding: 0 160px;
	margin-bottom: 34px;
}

/* Contact Page */
#contact-form .comment-field {
	position: absolute;
	left: -9999px;
}

.contact .errorlist {
	list-style: none;
	background: #f2dede;
	border: 2px solid #f2c4c4;
	border-radius: 3px;
	color: #ac1616;
	padding-left: 20px;
}

#contact-form .form-error {
	display: none;
}

#contact-form .form-error > div {
	color: #b94a48;
	font-size: 15px;
}

#contact-form .error_field {
	border-color: #b94a48;
}

/* Footer */
#footer.footer {
	padding: 30px 0;
	background-color: #000000;
}

#footer .iti-flag.us {
	height: 10px;
	background-position: -834px 0;
}

#footer .list-inline .list-inline-item:last-child {
	pointer-events: none;
}

/* Start Media Queries*/
/* Order max-width only from largest to smallest */
/* Range queries between
/* order min with from smallest to largest */
@media (max-width: 991px) {
	.home-title + p {
		padding: 0;
	}
	
	#header .navbar-light {
		padding-bottom: 8px;
	}
}

@media (max-width: 767px) {
	.home-domain-search {
		background-image: linear-gradient(to bottom, #0000005e, #00000000), url(/templates/hweb_theme/images/hero-bg-image-mobile.jpg);
	}
	
	.home-domain-search .recaptcha-container {
		margin: 20px 0;
	}
}
