.sticky_header {
    position: fixed !important;
    z-index: 999;
    width: 100%;
    background: #ffffff;
}
.header_advertisements {
    display: inline-block;
}
.header_advertisement_sticky {
    display: none;
}
.sticky_header .header_advertisement_sticky {
    display: block;
}
.sticky_header .header_advertisement_normal {
    display: none;
}
.mob_advertisement {
    display: none;
}
.aux-navigation {
    margin-top: 0 !important;
}




@media (min-width: 992px) and (max-width: 1199px)
{
	
}
@media (min-width: 768px) and (max-width: 991px)
{
	.header_advertisements {
		display: none;
	}
	.mob_advertisement {
		display: block;
	}
}
@media only screen and (max-width: 767px) 
{
	.header_advertisements {
		display: none;
	}
	.mob_advertisement {
		display: block;
	}
}