#header-space {
	height: 120px;	
}

#header-outer {
  	height: 60px;
}

body[data-header-resize="0"] .parallax_slider_outer.first-section {
    margin-top: 0 !important;
}

#header-outer {
	width: 100%;
	top: 0px;
	left: 0px;
	position: fixed;
	padding: 28px 0px 0px 0px;
	background-color:#fff;
	z-index: 9998;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.22);
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.22);
}

#page-header-bg-image {
  	background-size: auto;
}