header {
	background-image: url('../img/header-bg.jpg') !important;
}

header .header-content {
	margin-top: -100px;
}

.header-logo {
	margin: 0 auto;
}

.header-content-inner .page-scroll {
	background-color: #ecc525;
}

.header-content-inner hr {
	border-color: #ecc525;
}

.navbar-header {
	display: table;
}

@media (max-width: 768px) {

	header .header-content {
		margin-top: 0;
	}

	.header-logo {
		width: 250px;
		height: 250px;
	}

	.navbar-header {
		width: 100%;
	}

	.navbar-header .section.left a {
		font-size: 14px;
	}

}

@media (max-width: 500px) {
	.navbar-header .section.left a {
		font-size: 12px;
	}
}

.navbar-header .section {
	 display: table-cell;
	 vertical-align: middle;
}

.navbar-header .section.right .item {
	float: right;
}

.navbar-header .section.left a {
	display: table;
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
	margin: 0;
}

.contact-phone,
.contact-email {
	color: #F05F40;
}
