.dummy{display:none;}

div#bs_header_sticky_wrap{
	position:static;
	width:auto;
	z-index:auto;
	background-color:#fff;
}
div#bs_header_sticky_wrap_push{
	display:none;
}

/* in the Backdrop back-end layout screen we don't want it to "stick" */
div#layout-edit #bs_header_sticky_wrap{	position:static;}
div#layout-edit #bs_header_sticky_wrap_push{display:none;}

/**
 * =============================================================
 * =============================================================
 * =============================================================
 * ============== START Media Querries =========================
 up to 752 = mobile Devices   xs
 @media (min-width: 753px) {  sm Tablet vertical
 @media (min-width: 1009px) { md Tablet Horizontal and Old Desktop
 @media (min-width: 1351px) { lg New Desktop
 */

@media only screen and (min-width: 753px){
	div#bs_header_sticky_wrap{position:fixed;width:100%;z-index:998;}
	div#bs_header_sticky_wrap_push{display:block;height:99px;}
}

@media only screen and (min-width: 1009px){
	div#bs_header_sticky_wrap_push{height:108px;}
}

@media only screen and (min-width: 1351px){
	div#bs_header_sticky_wrap_push{height:115px;}
}
