


.stuck {
  position: fixed;
  width: 1200px;
	left: auto;
	right: auto;
	top:0;
	z-index:999;
}
/*

@media (min-width: 660px) {
  .stuck {
    width: 735px;
    left: auto;
    right: auto;
    padding-left: 0;
    padding-right: 0; 
	}
}
/*
.sticky-wrapper {
}

sticky-wrapper waypoint
*/

.header_top-inner.stuck {
	background-color:hsla(0,0%,0%,0.70);
	z-index:999;
}

.header_banner-inner.stuck {
	background-color:hsla(0,0%,0%,0.70);
	z-index:999;
}
.header_banner-inner.stuck img {
	max-height:20px;
	z-index:999;
}
