@charset "utf-8";
/* CSS Document */

  
#sticky {
        
}
#sticky.stick {
    position: fixed;
    top: 130px;
    z-index: 10000;
    
}

@media (max-width:991px){
#sticky.stick {
    position: initial !important;}
	
	
}

@media (min-width:992px) and (max-width:1199px)
{
#sticky.stick {
    position: fixed;
    top: 170px;
    z-index: 10000;
    
}
}