#header-site {
    border: 0;
    border-radius: 0;
    margin: 0;
    background: transparent;
	padding-bottom:15px;
    position: unset;
    z-index: 3;
    /* width: 0; */
    /* height: 0; */
    /* margin: 0; */
    /* min-height: auto; */
    position: absolute;
	width:100%;
}
h1.page-header {
    border: 0;
	text-align: left;
    color: #737475;
    margin-bottom: 20px;
    font-size: 22px;
}
.bg-image{position:absolute;top:0;left:0;}
h1.page-header:before {
	content:"";
	display:inline-block;
	width:70px;
	height:3px;
	background:#fc601d;
	margin-right:10px;
	vertical-align:middle
}
@media (max-width: 767px){
	nav#header-site {
		position: absolute;
	}
}
@media (min-width: 768px){
.navbar-nav>li {
    display: flex;
    margin: 0 0;
}
.navbar-header {
    margin: 30px 0 0;
}
/* nav#header-site .container { */
    /* box-shadow: 0 -40px 13px -20px #131129 inset; */
	/* z-index:2; */
    /* padding-right: 0; */
    /* width: 280px; */
    /* height: 100%; */
    /* background: rgba(0, 0, 0, 0.3); */
    /* position: absolute; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
/* } */
}
@media (min-width: 992px){
/* nav#header-site .container { */
    /* margin-left: -370px; */
/* } */
}