#sticky-header {
	
}
@media only screen and (min-width: 768px) {	
	
	#sticky-header.stuck {
		position: fixed;
		top: 0;	
		width: 100%;
		z-index: 999;
	}
}



@media only screen and (min-width: 767px) and (max-width: 782px) {
		
		.admin-bar #sticky-header {
			top: 46px;
		}
			
	}
	
@media only screen and (min-width: 783px) {
	
		.admin-bar #sticky-header {
			top: 32px;
		}
			
	}
	
